Skip to content

0xdolan/cve_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE Proof of Concept

find Proof of concept (PoC) repos for CVEs



   ______ _    __    ______           ____           ______
  / ____/| |  / /   / ____/          / __ \  ____   / ____/
 / /     | | / /   / __/            / /_/ / / __ \ / /     
/ /___   | |/ /   / /___           / ____/ / /_/ // /___   
\____/   |___/   /_____/          /_/      \____/ \____/   
                                                           

HowInstall



How it works

screenshot_001

Install

  1. Install the requirements:

    pip install -r requirements.txt
    
    # or use pip3
    
    pip3 install -r requirements.txt
    
    # or
    
    python3 -m pip install -r requirements.txt
  2. Open the terminal and run the cve_poc.py file as follows:

To get all CVEs for 2023:

python cve_poc.py -y 2023

To search for an exact one:

python cve_poc.py -c "CVE-2023-1671"

To save the output as JSON:

python cve_poc.py -c "CVE-2023-1671" -o cve.json

License

Licensed under the GPLv3 License.

Releases

No releases published

Packages

No packages published

Languages